================================================================================
AIOS CORE v1.0.3 Changelog
Advanced Interface Optimization System
Author: Poorkingz
Date: 2026-05-11
================================================================================

FIXED - Lean Pool Attachments
--------------------------------------------------------------------------------
- Core/Lean/StringPool.lua
  Added local ADDON_NAME, ns = ... at top.
  Added ns.Lean_StringPool = StringPool at bottom.
  Now attaches properly to Lean service.

- Core/Lean/TablePool.lua
  Added local ADDON_NAME, ns = ... at top.
  Added ns.Lean_TablePool = TablePool at bottom.
  Now attaches properly to Lean service.

- Core/Lean/Inspector.lua
  Added local ADDON_NAME, ns = ... at top.
  Added ns.Lean_Inspector = Inspector at bottom.
  Now attaches properly to Lean service.

TEST RESULTS
--------------------------------------------------------------------------------
Before fix:
  Pools: object only
  BorrowTable: nil

After fix:
  Pools: object, table
  BorrowTable: function
  All Lean pools operational.

================================================================================